home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Examples / constructiveSolidGeometry / Intersection.eve < prev    next >
Encoding:
Text File  |  1995-03-22  |  235 b   |  13 lines

  1. startShape theIntersectionOfTwoSpheres
  2.   SolidBegin intersection
  3.     SolidBegin primitive
  4.       Sphere 1 -1 1 360
  5.     SolidEnd
  6.     Translate .5 0 0
  7.     SolidBegin primitive
  8.       Sphere 1 -1 1 360
  9.     SolidEnd
  10.   SolidEnd
  11. AttributeEnd
  12.  
  13.